TouchEvent

public interface TouchEvent

A common interface that all touch events must extend.

Since

8.0.0

Inheritors

Functions

Link copied to clipboard
public abstract List<TouchPoint> changedTouches()
The touch points that contributed to the event.
Link copied to clipboard
public abstract List<TouchPoint> targetTouches()
The touch points that have started on the target element of this event.
Link copied to clipboard
public abstract List<TouchPoint> touches()
All touch points that are currently present on the screen.